Skip to content

Conversation

@jasonbeach
Copy link

updates to support breaking changes in imgui and also some minor linux build fixes

Flinterpop and others added 2 commits November 27, 2024 21:09
Built implot_demos against ImGui 1.91.5 and had two errors caused by breaking changes in ImGui. They are as follows:
ImGui 1.91.4: The typedef for ImTextureID now defaults to ImU64 instead of void*. (#1641)
ImGui 1.90.5: More formally obsoleted GetKeyIndex()
Reminder: IsKeyPressed(GetKeyIndex(ImGuiKey_XXX)) --> IsKeyPressed(ImGuiKey_XXX)
@jasonbeach
Copy link
Author

PR#17 should be merged before this as it was also necessary to get my branch building

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants